home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Comunicatii / inetcontrol / inetcontrolsetup.exe / {app} / INetControl.exe / 0 / RCDATA / TSETTINGS / TSETTINGS.txt
Encoding:
Text File  |  2004-11-05  |  8.4 KB  |  371 lines

  1. object Settings: TSettings
  2.   Left = 403
  3.   Top = 242
  4.   BorderStyle = bsDialog
  5.   Caption = 'Settings'
  6.   ClientHeight = 311
  7.   ClientWidth = 374
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object PageControl1: TPageControl
  19.     Left = 8
  20.     Top = 8
  21.     Width = 361
  22.     Height = 265
  23.     ActivePage = TabSheet1
  24.     TabIndex = 0
  25.     TabOrder = 0
  26.     object TabSheet1: TTabSheet
  27.       Caption = 'General'
  28.       object chbStartUp: TCheckBox
  29.         Left = 8
  30.         Top = 8
  31.         Width = 145
  32.         Height = 17
  33.         Caption = 'Run on windows startup'
  34.         TabOrder = 0
  35.       end
  36.       object chbCalculate: TCheckBox
  37.         Left = 8
  38.         Top = 28
  39.         Width = 137
  40.         Height = 17
  41.         Caption = 'Calculate cost'
  42.         TabOrder = 1
  43.         OnClick = chbCalculateClick
  44.       end
  45.       object chbUserMode: TCheckBox
  46.         Left = 8
  47.         Top = 48
  48.         Width = 153
  49.         Height = 17
  50.         Caption = 'Used user mode'
  51.         TabOrder = 2
  52.         OnClick = chbUserModeClick
  53.       end
  54.       object btnPassword: TButton
  55.         Left = 208
  56.         Top = 59
  57.         Width = 97
  58.         Height = 25
  59.         Caption = 'Set password...'
  60.         TabOrder = 4
  61.         OnClick = btnPasswordClick
  62.       end
  63.       object chbPassword: TCheckBox
  64.         Left = 8
  65.         Top = 68
  66.         Width = 201
  67.         Height = 17
  68.         Caption = 'Set password to protect your settings'
  69.         TabOrder = 3
  70.         OnClick = chbPasswordClick
  71.       end
  72.       object chbFlyingWindow: TCheckBox
  73.         Left = 8
  74.         Top = 88
  75.         Width = 97
  76.         Height = 17
  77.         Caption = 'Flying window'
  78.         TabOrder = 5
  79.         Visible = False
  80.         OnClick = chbFlyingWindowClick
  81.       end
  82.     end
  83.     object TabSheet2: TTabSheet
  84.       Caption = 'Tariffs'
  85.       ImageIndex = 1
  86.       object Label4: TLabel
  87.         Left = 8
  88.         Top = 8
  89.         Width = 17
  90.         Height = 13
  91.         Caption = 'ISP'
  92.       end
  93.       object cmbISP: TComboBox
  94.         Left = 32
  95.         Top = 5
  96.         Width = 225
  97.         Height = 21
  98.         Style = csDropDownList
  99.         ItemHeight = 13
  100.         TabOrder = 0
  101.         OnSelect = cmbISPSelect
  102.       end
  103.       object btnEditISP: TButton
  104.         Left = 264
  105.         Top = 5
  106.         Width = 73
  107.         Height = 21
  108.         Hint = 'Edit ISP'
  109.         Caption = '...'
  110.         Font.Charset = DEFAULT_CHARSET
  111.         Font.Color = clWindowText
  112.         Font.Height = -11
  113.         Font.Name = 'MS Sans Serif'
  114.         Font.Style = []
  115.         ParentFont = False
  116.         ParentShowHint = False
  117.         ShowHint = True
  118.         TabOrder = 1
  119.         OnClick = btnEditISPClick
  120.       end
  121.       object GroupBox1: TGroupBox
  122.         Left = 8
  123.         Top = 30
  124.         Width = 337
  125.         Height = 193
  126.         TabOrder = 2
  127.         object Label3: TLabel
  128.           Left = 8
  129.           Top = 16
  130.           Width = 57
  131.           Height = 13
  132.           Caption = 'Default cost'
  133.         end
  134.         object Label2: TLabel
  135.           Left = 88
  136.           Top = 170
  137.           Width = 103
  138.           Height = 13
  139.           Caption = 'for start of connection'
  140.         end
  141.         object Label1: TLabel
  142.           Left = 8
  143.           Top = 170
  144.           Width = 18
  145.           Height = 13
  146.           Caption = 'Pay'
  147.         end
  148.         object cmbDefCost: TComboBox
  149.           Left = 72
  150.           Top = 13
  151.           Width = 177
  152.           Height = 21
  153.           Style = csDropDownList
  154.           ItemHeight = 13
  155.           TabOrder = 0
  156.           OnSelect = cmbDefCostSelect
  157.         end
  158.         object btnEditTariff: TButton
  159.           Left = 256
  160.           Top = 13
  161.           Width = 73
  162.           Height = 21
  163.           Hint = 'Edit tariff type'
  164.           Caption = '...'
  165.           Font.Charset = DEFAULT_CHARSET
  166.           Font.Color = clWindowText
  167.           Font.Height = -11
  168.           Font.Name = 'MS Sans Serif'
  169.           Font.Style = []
  170.           ParentFont = False
  171.           ParentShowHint = False
  172.           ShowHint = True
  173.           TabOrder = 1
  174.           OnClick = btnEditTariffClick
  175.         end
  176.         object btnAddT: TButton
  177.           Left = 254
  178.           Top = 56
  179.           Width = 75
  180.           Height = 25
  181.           Caption = 'Add'
  182.           TabOrder = 2
  183.           OnClick = btnAddTClick
  184.         end
  185.         object btnEditT: TButton
  186.           Left = 254
  187.           Top = 88
  188.           Width = 75
  189.           Height = 25
  190.           Action = ctnUpdateTariff
  191.           Caption = 'Edit'
  192.           TabOrder = 3
  193.         end
  194.         object btnDelT: TButton
  195.           Left = 254
  196.           Top = 120
  197.           Width = 75
  198.           Height = 25
  199.           Caption = 'Delete'
  200.           TabOrder = 4
  201.           OnClick = btnDelTClick
  202.         end
  203.         object TreeView1: TTreeView
  204.           Left = 8
  205.           Top = 40
  206.           Width = 241
  207.           Height = 121
  208.           Color = clWhite
  209.           HideSelection = False
  210.           Indent = 19
  211.           MultiSelect = True
  212.           MultiSelectStyle = [msControlSelect, msShiftSelect, msSiblingOnly]
  213.           ReadOnly = True
  214.           TabOrder = 5
  215.           OnDblClick = TreeView1DblClick
  216.         end
  217.         object edtPayConn: TCurrencyEdit
  218.           Left = 32
  219.           Top = 166
  220.           Width = 49
  221.           Height = 21
  222.           Alignment = taLeftJustify
  223.           AutoSize = False
  224.           DecimalPlaces = 4
  225.           DisplayFormat = '0.0000'
  226.           TabOrder = 6
  227.           OnExit = edtPayConnExit
  228.         end
  229.       end
  230.     end
  231.     object TabSheet3: TTabSheet
  232.       Caption = 'Users'
  233.       ImageIndex = 2
  234.       object lstUser: TListBox
  235.         Left = 8
  236.         Top = 8
  237.         Width = 241
  238.         Height = 217
  239.         ItemHeight = 13
  240.         TabOrder = 0
  241.         OnDblClick = lstUserDblClick
  242.       end
  243.       object btnAddUser: TButton
  244.         Left = 262
  245.         Top = 16
  246.         Width = 75
  247.         Height = 25
  248.         Caption = 'Add'
  249.         TabOrder = 1
  250.         OnClick = btnAddUserClick
  251.       end
  252.       object btnEditUser: TButton
  253.         Left = 262
  254.         Top = 48
  255.         Width = 75
  256.         Height = 25
  257.         Action = ctnUpdateUser
  258.         Caption = 'Edit'
  259.         TabOrder = 2
  260.       end
  261.       object btnDelUser: TButton
  262.         Left = 262
  263.         Top = 80
  264.         Width = 75
  265.         Height = 25
  266.         Caption = 'Delete'
  267.         TabOrder = 3
  268.         OnClick = btnDelUserClick
  269.       end
  270.       object btnPasswordUser: TButton
  271.         Left = 262
  272.         Top = 192
  273.         Width = 75
  274.         Height = 25
  275.         Caption = 'Password'
  276.         TabOrder = 4
  277.         OnClick = btnPasswordUserClick
  278.       end
  279.     end
  280.     object TabSheet4: TTabSheet
  281.       Caption = 'Traffic graph'
  282.       ImageIndex = 3
  283.       object Label5: TLabel
  284.         Left = 8
  285.         Top = 8
  286.         Width = 24
  287.         Height = 13
  288.         Caption = 'Type'
  289.       end
  290.       object cmbGraphType: TComboBox
  291.         Left = 8
  292.         Top = 24
  293.         Width = 145
  294.         Height = 21
  295.         ItemHeight = 13
  296.         TabOrder = 0
  297.         Text = '3D'
  298.         OnChange = cmbGraphTypeChange
  299.         Items.Strings = (
  300.           '3D'
  301.           'Filled'
  302.           'Line'
  303.           'Scatter')
  304.       end
  305.       object chbVerticalAxis: TCheckBox
  306.         Left = 8
  307.         Top = 56
  308.         Width = 145
  309.         Height = 17
  310.         Caption = 'Show vertical axis'
  311.         TabOrder = 1
  312.         OnClick = chbVerticalAxisClick
  313.       end
  314.       object chbHorizontalAxis: TCheckBox
  315.         Left = 8
  316.         Top = 80
  317.         Width = 145
  318.         Height = 17
  319.         Caption = 'Show horizontal axis'
  320.         TabOrder = 2
  321.         OnClick = chbHorizontalAxisClick
  322.       end
  323.     end
  324.   end
  325.   object btnOk: TButton
  326.     Left = 200
  327.     Top = 280
  328.     Width = 75
  329.     Height = 25
  330.     Caption = 'Ok'
  331.     ModalResult = 1
  332.     TabOrder = 1
  333.   end
  334.   object btnApply: TButton
  335.     Left = 112
  336.     Top = 280
  337.     Width = 75
  338.     Height = 25
  339.     Action = ctnApply
  340.     TabOrder = 2
  341.   end
  342.   object btnCancel: TButton
  343.     Left = 288
  344.     Top = 280
  345.     Width = 75
  346.     Height = 25
  347.     Caption = 'Cancel'
  348.     ModalResult = 2
  349.     TabOrder = 3
  350.   end
  351.   object ActionList1: TActionList
  352.     Left = 8
  353.     Top = 280
  354.     object ctnUpdateTariff: TAction
  355.       Caption = 'UEdit'
  356.       OnExecute = EditTClick
  357.       OnUpdate = ctnUpdateTariffUpdate
  358.     end
  359.     object ctnUpdateUser: TAction
  360.       Caption = 'UpdateUser'
  361.       OnExecute = btnEditUserClick
  362.       OnUpdate = ctnUpdateUserUpdate
  363.     end
  364.     object ctnApply: TAction
  365.       Caption = 'Apply'
  366.       OnExecute = btnApplyClick
  367.       OnUpdate = ctnApplyUpdate
  368.     end
  369.   end
  370. end
  371.